home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
- "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
- <head>
- <title>MyServer Documentation - Windows NT - www.myserverproject.net</title>
- <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
- <meta http-equiv="Content-Style-Type" content="text/css" />
- <link rel="stylesheet" type="text/css" href="../style/myserver.css" />
- </head>
- <body>
- <table class="center" width="95%">
- <tr>
- <td class="center">
- <h1 class="title">RUN LIKE A SERVICE</h1>
- <h2 class="title">Windows NT Family </h2>
-
- <h2 class="title">Registering the Service on the Operating System</h2>
- <br />
- If you are using the Windows NT family(NT, 2000, XP, .NET), you
- can run MyServer as a Operating System Service. Before running the
- service, you must
- first register it as a service with the OS.
- <p> 1. Open the Control Center from the Start Menu</p>
- <p> 2. Click on Install/Remove service on the tool bar.<br />
- </p>
- <p> 3. Click on register service.<br />
- </p>
- <br />
- <img src="../images/control_service.png" alt="Registering Service" width="556" height="392" />
- <br />
- Registering the Service
- <p>Note: If you would like to remove the service at a later date, you
- may do so by clicking remove service.
- This will not remove the program, it will just remove the registration
- of the servicefrom the OS.</p>
- <p><br />
- </p>
- <h2 class="title">Starting and Stopping the Service</h2>
- Once you have registered the service with the OS, you can
- start and stop the service easily from the
- Control Center.
- <p><br />
- 1. Under the file menu, choose Run as a Service to start the program.<br />
- <br />
- 2. When you no longer want the program to run, click Stop the service
- under the file menu.<br />
- </p>
- <div class="center"><br />
- </div>
- <div class="center"> <img src="../images/control_file.png" alt="" width="556" height="392" /><br />
- Starting and Stopping the Service
- <br />
- </div>
- <p><span class="warning">Warning </span>In order to close the
- Control Center be careful to choose the exit command. The Web
- server and the Control Center are two distinct applications, closing
- the Control Center will not affect the Web server.</p>
- <p>For more informations about the services visit the Microsoft
- site at <a href="http://www.microsoft.com" target="_blank">www.microsoft.com</a>
- and
- search for services.</p>
- </td>
- </tr>
- </table>
- </body>
- </html>
-